Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonMappingCollection Class / AddRange Method / AddRange(Keys[],String[]) Method
The System.Windows.Forms.Keys array value indicates some special buttons.
The System.String array value indicates the button keys.


In This Topic
    AddRange(Keys[],String[]) Method
    In This Topic
    Adds some items the the CalculatorButtonMappingCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRange( _
       ByVal keys() As Keys, _
       ByVal buttonKeys() As String _
    ) 
    'Usage
     
    
    Dim instance As CalculatorButtonMappingCollection
    Dim keys() As Keys
    Dim buttonKeys() As String
     
    instance.AddRange(keys, buttonKeys)
    public void AddRange( 
       Keys[] keys,
       string[] buttonKeys
    )

    Parameters

    keys
    The System.Windows.Forms.Keys array value indicates some special buttons.
    buttonKeys
    The System.String array value indicates the button keys.
    Exceptions
    ExceptionDescription
    The length of keys and buttonKeys array must be the same.
    See Also